home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Magazin/MacEasy 79
/
maccd 79.iso
/
multimedial
/
GL Tron
/
Source
/
Project
/
include
/
stdclib
/
VaListTDef.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-12-29
|
301 b
|
18 lines
|
[
TEXT/MPS
]
/*
VaListDef.h -- Common definitions
Copyright Apple Computer,Inc. 1987-1990, 1994
All rights reserved.
va_list - defined by stdarg and stdio. NOT defined by stddef when explicitly
included.
*/
#ifndef __VALISTDEF__
#define __VALISTDEF__
typedef char *va_list;
#endif /* __VALISTDEF__ */